projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbcb258
)
(HAVE_STRING_H): Add #undef.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 May 1998 06:40:41 +0000
(06:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 May 1998 06:40:41 +0000
(06:40 +0000)
(NO_ABORT): Defined.
src/s/nextstep.h
patch
|
blob
|
history
diff --git
a/src/s/nextstep.h
b/src/s/nextstep.h
index 893d62ba7a786dc4d94179cfe02eb95148dd662e..c361d28f941a49f2507c4d85eda71f2eb9e26dc4 100644
(file)
--- a/
src/s/nextstep.h
+++ b/
src/s/nextstep.h
@@
-109,3
+109,9
@@
Boston, MA 02111-1307, USA. */
#define TEXT_END get_etext ()
/* This seems to be right for end_of_data, but it may not be used anyway. */
#define DATA_END get_edata ()
+
+/* Don't include string.h--it causes trouble. */
+#undef HAVE_STRING_H
+
+/* Tell emacs.c not to define abort. */
+#define NO_ABORT